From fc8b7156a30f7c45b995b292dacb9b4f3c64db87 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Tue, 22 Jul 2014 14:53:16 +0200 Subject: [PATCH] win32: add css files to EXTRA_DIST --- gtk/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index e821185b5c..8130c53671 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1414,6 +1414,12 @@ gtk.gresource.xml: Makefile.am echo -e " " >> $@; \ echo -e "" >> $@; +win32_theme_sources = \ + resources/theme/win32/gtk-win32.css \ + resources/theme/win32/gtk-win32-base.css \ + resources/theme/win32/gtk-win32-classic.css \ + resources/theme/win32/gtk-win32-xp.css + adwaita_sources = \ resources/theme/Adwaita/assets.svg \ resources/theme/Adwaita/_colors.scss \ @@ -1700,6 +1706,7 @@ gsettings_SCHEMAS = \ EXTRA_DIST += \ $(resource_files) \ $(adwaita_sources) \ + $(win32_theme_sources) \ $(gsettings_SCHEMAS) \ gtk-win32.rc \ gtk-win32.rc.in \ -- 2.30.2